home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / gfx / 3d / irit50src.lha / irit5 / grapdrvs / djggraph.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-11  |  800 b   |  27 lines

  1. /*****************************************************************************
  2. *   "Irit" - the 3d polygonal solid modeller.                     *
  3. *                                         *
  4. * Written by:  Gershon Elber                       Ver 0.1, Mar. 1990    *
  5. ******************************************************************************
  6. * MSDOS graphical interface for IRIT. Based on intr_lib windowing library.   *
  7. *****************************************************************************/
  8.  
  9. #ifndef DJGGRAPH_H
  10. #define DJGGRAPH_H
  11. ;
  12.  
  13. #include "iritgrap.h"
  14. #include "intr_lib.h"
  15. #include "intr_gr.h"
  16.  
  17. extern int
  18.     IGGlblInputWindowID,
  19.     IGGlblViewWindowID,
  20.     IGGlblTransWindowID;
  21.  
  22. void InitIntrLibWindows(void);
  23. IGGraphicEventType GetGraphicEvent(RealType *ChangeFactor);
  24. void CloseIntrLibWindows(void);
  25.  
  26. #endif /* DJGGRAPH_H */
  27.